projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51b2d33
)
(ispell-message-text-end): Improve context diff regexp.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Jul 1994 21:11:00 +0000
(21:11 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 30 Jul 1994 21:11:00 +0000
(21:11 +0000)
lisp/textmodes/ispell.el
patch
|
blob
|
history
diff --git
a/lisp/textmodes/ispell.el
b/lisp/textmodes/ispell.el
index ca965d3d51ef7af082a1a15b5e12fee849ae92b7..57e572956f31dec17cf03a37490b489243c15b7f 100644
(file)
--- a/
lisp/textmodes/ispell.el
+++ b/
lisp/textmodes/ispell.el
@@
-1869,8
+1869,8
@@
Standard ispell choices are then available."
"^begin [0-9][0-9][0-9] .*\nM.*\nM.*\nM"
;; Matches shell files (esp. auto-decoding)
"^#! /bin/sh"
- ;; Matches difference listing
- "
diff -c .*\n\\*\\*\\* .*\n---
"
+ ;; Matches
context
difference listing
+ "
\\(diff -c .*\\)?\n\\*\\*\\* .*\n--- .*\n\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*\\*
"
;; Matches "----------------- cut here"
"^[-=_]+\\s ?cut here")
"\\|")